home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 10 / 010.d81 / t.gadget boot < prev    next >
Text File  |  2022-08-26  |  2KB  |  122 lines

  1.  
  2.            ** GADGET **
  3.  
  4.  
  5. Written by:  M. W. Caprio
  6.  
  7.  
  8. A Gadget for the Commodore 64
  9. Page 112
  10. Commodore Microcomputers, April 1985
  11.  
  12.  
  13.  
  14.  
  15.   How many times have you thought of
  16.  
  17. a great new addition to one of your
  18.  
  19. programs and the line numbers look
  20.  
  21. like this,
  22.  
  23.       .
  24.       .
  25.      105 PRINT"THIS LINE IS FULL"
  26.      107 PRINT"THIS LINE IS FULL"
  27.      108 PRINT"THIS LINE IS FULL"
  28.      109 PRINT"THIS LINE IS FULL TOO"
  29.       .
  30.       .
  31.  
  32.  
  33. and your new feature needs to go right
  34.  
  35. between lines 107 and 108?
  36.  
  37.   Well now you don't have to worry!
  38.  
  39. Just pull out this program.  After
  40.  
  41. LOADing and RUNning GADGET you can
  42.  
  43. renumber your BASIC programs.  You can
  44.  
  45. also append to the end of one of your
  46.  
  47. programs.
  48.  
  49.   To renumber, simply press the '#'
  50.  
  51. (number or pound sign) and follow this
  52.  
  53. with a RETURN.  This will auto-
  54.  
  55. matically renumber your program
  56.  
  57. starting at line number 100 and by
  58.  
  59. increments of 10.  One minor note is
  60.  
  61. NOT to have single digit line numbers
  62.  
  63. referenced in branching statements.
  64.  
  65. For example, instead of GOTO 3, use
  66.  
  67. GOTO 03.
  68.  
  69.   To append a program, simply press
  70.  
  71. the '&' key and follow it with a
  72.  
  73. RETURN.  You will be prompted for NAME
  74.  
  75. OF FILE?  At this point, make sure you
  76.  
  77. have the correct disk in your drive
  78.  
  79. and then input the correct program
  80.  
  81. name.  The name is limited to 14
  82.  
  83. characters.
  84.  
  85.  
  86.   **** WARNING ****
  87.  
  88.  
  89.    This program interferes with the
  90.  
  91. LOADSTAR operating system in a very
  92.  
  93. fatal way.  Please be absoulutely
  94.  
  95. certain that you want to RUN this
  96.  
  97. program before you do so.
  98.  
  99.  
  100.  
  101.   This program is copyrighted by
  102.  
  103.  Commodore Microcomputers magazine.
  104.  
  105.   All rights to it are reserved.
  106.  
  107.  LOADSTAR has relieved you from the
  108.  
  109.   burden of keying in this program.
  110.  
  111. For more information on this program,
  112.  
  113.   refer to the April 1985 issue of
  114.  
  115.      Commodore Microcomputers.
  116.  
  117.  
  118.  
  119. >Files Used: GADGET
  120.  
  121. --------------------------------------
  122.